home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / it.dig / scripts / DefineSprite_261 / frame_1 / DoAction.as < prev   
Text File  |  2012-08-27  |  3KB  |  64 lines

  1. _root.secoes.tipo.gotoAndStop("down");
  2. _root.nome = "DirectX 9";
  3. _root.secoes.descricoes.descricao.text = "Download the latest version of DirectX 9, an essential software required for many games in  Windows. NB.: You need to be connected to the Internet";
  4. _root.controle = "";
  5. _root.comando = "LINK";
  6. _root.licenca = "Freeware";
  7. _root.caminho = "http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm";
  8. loadMovie("Essentials\\imagens\\directx9.jpg","_root.secoes.descricoes.destino");
  9. _root.secoes.esse.bot_1.onRelease = function()
  10. {
  11.    _root.secoes.tipo.gotoAndStop("down");
  12.    _root.nome = "DirectX 9";
  13.    _root.secoes.descricoes.descricao.text = "Download the latest version of DirectX 9, an essential software required for many games in  Windows. NB.: You need to be connected to the Internet";
  14.    _root.controle = "";
  15.    _root.comando = "LINK";
  16.    _root.licenca = "Freeware";
  17.    _root.caminho = "http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm";
  18.    loadMovie("Essentials\\imagens\\directx9.jpg","_root.secoes.descricoes.destino");
  19. };
  20. _root.secoes.esse.bot_2.onRelease = function()
  21. {
  22.    _root.secoes.tipo.gotoAndStop("normal");
  23.    _root.nome = "DLLs";
  24.    _root.secoes.descricoes.descricao.text = "Files required for you to be able to run your games perfectly";
  25.    _root.controle = "";
  26.    _root.comando = "run.app";
  27.    _root.licenca = "Freeware";
  28.    _root.caminho = "\\Essentials\\DLLs.exe";
  29.    loadMovie("Essentials\\imagens\\padrao.jpg","_root.secoes.descricoes.destino");
  30. };
  31. _root.secoes.esse.bot_3.onRelease = function()
  32. {
  33.    _root.secoes.tipo.gotoAndStop("normal");
  34.    _root.nome = "Shockwave";
  35.    _root.secoes.descricoes.descricao.text = "Program required to be able to play certain games";
  36.    _root.controle = "";
  37.    _root.comando = "run.app";
  38.    _root.licenca = "Freeware";
  39.    _root.caminho = "\\Essentials\\Flash_Shockwave_Full.exe";
  40.    loadMovie("Essentials\\imagens\\shockwave.jpg","_root.secoes.descricoes.destino");
  41. };
  42. _root.secoes.esse.bot_4.onRelease = function()
  43. {
  44.    _root.secoes.tipo.gotoAndStop("normal");
  45.    _root.nome = "Flash Player";
  46.    _root.secoes.descricoes.descricao.text = "Latest version of the plug-in for the Web\'s main animation format";
  47.    _root.controle = "";
  48.    _root.comando = "run.app";
  49.    _root.licenca = "Freeware";
  50.    _root.caminho = "\\Essentials\\install_flash_player_6_ax.exe";
  51.    loadMovie("Essentials\\imagens\\flashplayer.jpg","_root.secoes.descricoes.destino");
  52. };
  53. _root.secoes.esse.bot_5.onRelease = function()
  54. {
  55.    _root.secoes.tipo.gotoAndStop("normal");
  56.    _root.nome = "Winrar";
  57.    _root.secoes.descricoes.descricao.text = "Software for decompacting files";
  58.    _root.controle = "";
  59.    _root.licenca = "Trial 40 days";
  60.    _root.comando = "run.app";
  61.    _root.caminho = "\\Essentials\\Winrar\\wrar300.exe";
  62.    loadMovie("Essentials\\imagens\\winrar.jpg","_root.secoes.descricoes.destino");
  63. };
  64.